速報APP / 教育 / MCU Prototype Board Simulator

MCU Prototype Board Simulator

價格:免費

更新日期:2013-08-12

檔案大小:959k

目前版本:1.10

版本需求:Android 2.3.3 以上版本

官方網站:http://sites.google.com/site/hkonstas/android-stuff/andmcu

Email:hkonstas@gmail.com

聯絡地址:Rue Montgolfier, Laval, CANADA

MCU Prototype Board Simulator(圖1)-速報App

The MCU simulator for Android OS runs Assembly Language code similar to the 68705 MCU on a simulated on-screen prototype board. Great for embedded applications hobbyists, students, teachers or anyone who likes to experiment with Micro-controller CPUs and electronic prototype boards. It's fun for learning Assembly language as well!

AndMCU simulates both software and hardware. As on a real prototype board, your ASM code must configure the MCU I/O ports to control the hardware connected to it, such as lighting up segments on the digits, or reading keystrokes from the keypad or dip-switches.

You can use the simple built-in text editor or any Android text editor of your choice to write your assembly code and then load it into AndMCU to run it.

MCU Prototype Board Simulator(圖2)-速報App

The built-in assembler has many useful directives such as step-by-step trace mode, break-points, dumping memory contents to an HTML file, adjusting the CPU speed and auto-running the loaded code. It supports the following opcodes (subset of the 68705 MCU instruction set):

NOP,CLC,CLI,SEC,SEI,STOP,SWI,TAX,TXA,LDA,LDX,STA,STX, ADD,ADC,CLR,CLRA,CLRX,DEC,DECA,DECX,INC,INCA,INCX,SUB,SBC,

AND,CMP,COM,COMA,COMX,CPX,EOR,LSL,LSLA,LSLX,LSR,LSRA,LSRX,

NEG,NEGA,ORA,ROL,ROLA,ROR,RORA,TST,TSTA,BRA,BSR,BCC,BCS,

MCU Prototype Board Simulator(圖3)-速報App

BEQ,BNE,BHI,BLO,BLS,JMP,JSR,RTS,RTI,BCLR,BSET.

The AndMCU board simulates the following hardware components:

1) 8-Bit CPU with 3x 8-bit bi-directional ports.

2) 6 Digits display

MCU Prototype Board Simulator(圖4)-速報App

3) 16-character LCD display

4) 2x 8-bit DIP Switches

5) 2x8 LED Bargraph displays

6) 12-key keypad

MCU Prototype Board Simulator(圖5)-速報App

7) 1 piezo buzzer

8) External, Timer and Software Interrupts

9) 1 analog input (light sensor).

* Works with screen resolutions up to 1080x1920 (full-HD).

MCU Prototype Board Simulator(圖6)-速報App

(This is not a fast CPU emulator - it's a simulator for educational purposes. See documentation on AndMCU's website for more details.)

This app is free, no ads, enjoy!

MCU Prototype Board Simulator(圖7)-速報App